home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000290_nugulus@netscape.net_Mon Sep 22 13:18:07 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  62 lines

  1. Article: 14533 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!nntp1.tagonline.com!nycmny1-snf1.gtei.net!news.gtei.net!newsfeed.albacom.net!news.mailgate.org!newsfeed.icl.net!newsfeed.fjserv.net!proxad.net!news.tiscali.fr!deine.net!news-out1.nntp.be!propagator2-sterling!news-in-sterling.nuthinbutnews.com!news-xfer2.atl.newshosting.com!63.218.45.10.MISMATCH!newshosting.com!news-xfer1.atl.newshosting.com!diablo.voicenet.com!prodigy.com!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr22.news.prodigy.com.POSTED!d286b79e!not-for-mail
  3. From: Jun Zhang <nugulus@netscape.net>
  4. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: send command failed but file was sent?
  9. References: <JAEbb.2$aD4.1@newssvr22.news.prodigy.com>
  10. In-Reply-To: <JAEbb.2$aD4.1@newssvr22.news.prodigy.com>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 38
  14. Message-ID: <QuFbb.13$V16.9@newssvr22.news.prodigy.com>
  15. NNTP-Posting-Host: 159.66.144.147
  16. X-Complaints-To: abuse@prodigy.net
  17. X-Trace: newssvr22.news.prodigy.com 1064248368 ST000 159.66.144.147 (Mon, 22 Sep 2003 12:32:48 EDT)
  18. NNTP-Posting-Date: Mon, 22 Sep 2003 12:32:48 EDT
  19. Organization: SBC http://yahoo.sbc.com
  20. X-UserInfo1: [[OORT[E@BUYS_H]]RKB_UDAZZ\DPCPDLXUNNHDK@YUDUWYAKVUOPCW[ML\JXUCKVFDYZKBMSFX^OMSAFNTINTDDMVW[X\THOPXZRVOCJTUTPC\_JSBVX\KAOTBAJBVMZTYAKMNLDI_MFDSSOLXINH__FS^\WQGHGI^C@E[A_CF\AQLDQ\BTMPLDFNVUQ_VM
  21. Date: Mon, 22 Sep 2003 16:32:48 GMT
  22. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14533
  23.  
  24. Seems the RECEIVE command is not needed in the DELIVER script, or at 
  25. least the OUT keyword in front of RECEIVE doesn't make sense.
  26.  
  27. The remote shell prompt still come up, it doesn't hinder anything from 
  28. being done, but is this normal while I have "set dial connect off" in 
  29. effect?
  30.  
  31.  
  32. Jun
  33.  
  34. Jun Zhang wrote:
  35. > In the DELIVER script, a piece of the code,
  36. > AUTODIAL
  37. > if fail continue
  38. > out kermit\13
  39. > input 10 >
  40. > out receive\13
  41. > input 10 KERMIT READY
  42. > pause 1
  43. > send \%1
  44. > if success break
  45. > Each time the file was sent to the remote host OK, and I can view the 
  46. > content of the file, but the if statement didn't break the loop.
  47. > Another puzzle is that the remote shell always show up, even though I 
  48. > "set dial connect off".
  49. > I got something like "# receive --- not found", since receive is not a 
  50. > shell command. But again, file is transfered.
  51. > Thanks in advance!
  52. > Jun
  53.  
  54.